Mark options with 'option' tag in doc. Magellan tweaks.
authorrobertl <robertl>
Thu, 23 Nov 2006 17:53:09 +0000 (17:53 +0000)
committerrobertl <robertl>
Thu, 23 Nov 2006 17:53:09 +0000 (17:53 +0000)
xmldoc/formats/cst.xml
xmldoc/formats/magellan.xml
xmldoc/formats/magellan1.xml
xmldoc/makedoc.in

index 85890bad8ea825811dfb6ae1ec4076bbb9ff5e42..aa1c0868f909d69f34146af72fa067cd319575b2 100644 (file)
@@ -1,7 +1,7 @@
 
       
       
-      <para> With this format we can read  <ulink url="http://phgiraud.free.fr/CarteSurTable/CarteSurTable.htm">CarteSurTable</ulink>data files.
+      <para> With this format we can read  <ulink url="http://phgiraud.free.fr/CarteSurTable/CarteSurTable.htm">CarteSurTable</ulink> data files.
  <ulink url="http://phgiraud.free.fr/CarteSurTable/CarteSurTable.htm">CarteSurTable</ulink> is a shareware program widely used in France. The data
 inside have to be seen as a mixture of a waypoints list, one route and
 several tracks.  
index c51a80830f17b1a00cb174c3d6711c0756e4432c..7cb28f1498539f4fcfe2996b2e915bc86c2b86be 100644 (file)
@@ -27,7 +27,8 @@
        This format is used for both the serial protocol used on the
        devices with serial ports such as Map330 and Meridian and for
        the files stored either in either the unit's internal memory 
-       (Explorist 210, 400, 500, 600, XL) or on removable memory.
+       (Explorist 210, Explorist 400, Explorist 500, Explorist 600, 
+       Explorist XL) or on removable memory.
 </para> 
 <para>
        If you specify a serial port for the file (.e.g. "COM1", "/dev/ttyS0")
index 88fd94eb2f68c691f51d17f090a1bb763ed5394c..166e5a870eccbbc13498fd912bde53f2fb7d94d5 100644 (file)
@@ -36,5 +36,5 @@ The RoadMate family of products is not supported.
        If you specify a serial port for the file (.e.g. "COM1", "/dev/ttyS0")
        to be read or written, GPSBabel will use serial protocol.   Specifying
        a file, either on local filesystem or on a mounted flash card reader,
-       will results in the file-based format being used.
+       will result in the file-based format being used.
 </para>
index 4a8b45b72599d68d09251ab54d19db2ad880f600..e807de9da7b3b5ea2d7add85124ec9838567963b 100755 (executable)
@@ -144,7 +144,7 @@ END
      $nid = 'fmt_'.$id.'_o_'.$line[2];
      print FILE <<END;
   <section id="$nid">
-    <title>$line[2] option</title>
+    <title><option>$line[2]</option> option</title>
     <para>
       $line[3].
     </para>